github.com/jackc/pgx/v5/pgtype.Numeric.numberTextBytes (method)

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		numeric.go#L249: 	return n.numberTextBytes(), nil
		numeric.go#L266: func (n Numeric) numberTextBytes() []byte {
		numeric.go#L563: 	buf = append(buf, n.numberTextBytes()...)